home *** CD-ROM | disk | FTP | other *** search
- {
- componentName = "AlertPanel";
-
- authors = (
- {
- author = "Charles Lloyd";
- email = "clloyd@next.com";
- image = "http://www.next.com/~clloyd/clloyd.gif";
- }
- );
-
- description =
- "The AlertPanel provides a standardized way to present error messages to the user.";
-
-
- parameters = (
-
- "alertString",
- "The string that's displayed at the top of the panel. Default is \"Alert!\"",
-
-
- "alertFontColor",
- "The color of the alertString. Default is #ff0000.",
-
-
- "alertFontSize",
- "The size of the alertString. Default is 6.",
-
-
- "infoString",
- "The user's error message. Default is \"User should provide an infoString\".",
-
-
- "infoFontColor",
- "The color of infoString. Default is #ff0000.",
-
-
- "infoFontSize",
- "The size of infoString. Default is 4.",
-
-
- "borderSize",
- "The table's boder size. Default is 2.",
-
-
- "tableWidth",
- "The table's width. Default is 33%. May either be in percent or in pixels."
- );
-
- currentVersion = "1.0";
-
- releaseDate = "March 4, 1996";
-
- supportPolicy = "ExampleCode: Unsupported";
-
- distributionPolicy = "You may freely distribute this code.";
-
- }
-